home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / _database / cdata / languages < prev    next >
Encoding:
Text File  |  1994-06-19  |  2.5 KB  |  69 lines

  1. Languages
  2. ~~~~~~~~~
  3.  
  4. 1!J 
  5. 3An implementation of J for the Archimedes.
  6. 3Iverson Software Inc.
  7.  
  8. 1!LittleST
  9. 3This is a crude port of the Little SmallTalk system to RiscOS 3.
  10. 3No attempt has been made to make the program Wimp friendly.
  11. 3There WILL be bugs. The interface with a text file editor is not
  12. 3yet available - it shouldn’t be too difficult.
  13. 3Geoff Lane.
  14.  
  15. 1!Tile 
  16. 3Public Domain Threaded Interpreted Language Environment -
  17. 3Forth-83 with Multitasking Kernel. This is a desktop version
  18. 3written by Pete Goodwin.
  19.  
  20. 1BCPL 
  21. 3BCPL contains the compiler source; makefile makes it armlib.a and
  22. 3armlib.b contain the library source (asm & bcpl respectively); no
  23. 3makefile apparently.  mclib is the only oddity, made by assembling
  24. 3mclibar: other mclibxr are for variants you don't want bin contains
  25. 3the executables: bcpl and join are the important things. The 
  26. 3compiler does *not* generate aof (it predates it); linking is done
  27. 3at application startup time. It is vital for this to work that mclib
  28. 3is the first input file for join.
  29. 3Harry.
  30.  
  31. 1C
  32. 3The GNU C/C++ compilers v2.4.5 for the Archimedes, running under
  33. 3RISC OS.
  34.  
  35. 1DDE        } ({S446}Kb)
  36. 3!PC is an ISO level i Pascal compiler complete with manual.  A
  37. 3demo called !Balls64 is included.  Their are also some DDE
  38. 3Utilities in an archive called DDE Utils.
  39.  
  40. 1GAWK 
  41. 3The GAWK programming language.  The name Gawk comes from the
  42. 3initials of its designers: Alfred V. Aho,  Peter J. Weinberger,
  43. 3and Brian W. Kernighan.  The  original of Gawk was written in
  44. 31977. In 1985 a new version made the programming language
  45. 3more powerful,introducing user-defined functions, multiple
  46. 3input streams, and computed regular expressions. This new
  47. 3version became generally  available with System V Release 3.1.
  48. 3The System V  Release 4 added some new features and also
  49. 3cleaned up the  behaviour in some of the ``dark corners‘’ of
  50. 3the language.   This is the Archimedes v1 February 1989.
  51. 3From Free Software Foundation, Inc.
  52.  
  53. 1grs
  54. 3The GRS language.  An implementation for the Archimedes by Steven
  55. 3Inkster and Guy Verbist. The language is a semi-compiled object-
  56. 3oriented language which supports the notion of metaclasses. It
  57. 3has a wide range of meta-level programming constructs including
  58. 3a callable compiler.  PD v1.05
  59.  
  60. 1Perl
  61. 3This port of perl is based on the Unix version of perl, developed
  62. 3and distributed by Larry Wall. Unix perl is covered by the Gnu
  63. 3General Public License.
  64.  
  65. 1HOPE 
  66. 3A New programming language. Not yet a full implementation but it
  67. 3does function well.
  68.  
  69.